x86/cpufreq: pass pointers to cpu masks where possible
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 12 Jul 2010 09:41:48 +0000 (10:41 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 12 Jul 2010 09:41:48 +0000 (10:41 +0100)
commit049723c0de31720f8313ccf9a9c94d1f71e26583
treeff26313ed73fb95acd1fec69c3487548cc2fdc4c
parent827f7fe627dafbb217c6b361314733f3f84da732
x86/cpufreq: pass pointers to cpu masks where possible

This includes replacing the bogus definition of cpumask_test_cpu()
(introduced by c/s 20073) with a Linux compatible one and replacing
the bad uses with cpu_isset().

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/acpi/cpufreq/cpufreq.c
xen/arch/x86/acpi/cpufreq/powernow.c
xen/arch/x86/hpet.c
xen/arch/x86/io_apic.c
xen/include/xen/cpumask.h